As a user I want to be able to take the square root of a number so that I don't have to calculate it manually.

UAT

  • [4] <sqrt> -> [2]
  • [-4] <sqrt> -> error invalid number/[] (if you want to experiment with imaginary numbers, feel free to do so)

<--Back